Open VC Editor and open your map

Copy all .scr and .c files to your scripts folder found at vietcong/levels/yourmap/data/scripts

now in your map in the 'editor panel' on the side go to database
double click on player and the item will display in your map
now move it to where you want the bot to spawn

now while the player object is still selected again in your 'editor panel'
go to properties no need to change Entity Name, it will auto know when there is more and will make it player #2 and so on
next part 'Script' click on script and locate USBOT0.c 
repeat all this again and again untill you have all 4 bots on vc side and US side.

after all this is done

now go to 'Editor' TAB on the engines main window
select 'Multiplayer game editor'
click NEW
GAME TYPE NAME: CTF_Bots or CTFbots how ever you like it to show
Game Type decription: Capture the flag with bots
Game type US decription: US or US Player or what ever you like to call the US side and do the same for VC side
Maximum num. players: as the most can ever be is 64 then how many bots you have you must count 10 bot then 52 oplayers
20 bots 42 players and so on.

Now Script type: celect --custom--
find ctfbots.c and click ok

End conditions: 
Time: what ever you like
Points: what ever you like
Frags: do not tick or bots will crash the map

Now for more bots

After you have everything done and tested
to make more bots simple copy each bot

important if you copy bot 0 then you need to copy bot 1 2 3 4 as well
and the same for vc side

do not copy 0 5 times as this will creat erros in the game, 
every bots copied needs the same number of the other bots copies as well

like so

correct way

0 1 2 3 4 5
0 1 2 3 4 5
0 1 2 3 4 5
0 1 2 3 4 5

wrong way

0 1 2 3 4 5
0 0 0 0 0 0
3 3 3 3 3 3
3 3 3 3 3 3

as you can see if you copy bot 0 4 times then you need to copy each other bot 4 times as well

OK NOW EVERYTHING IS READY, THIS ID THE MOST IMPORTANT STEP OF ALL

go to your scripts folder and delete all the .c files. IF YOU DONT AND YOU FINALIZE YOUR MAP
YOU WILL GETT A TONE OF ERRORS AND WILL NEED TO RE-DO ALL YOUR BOTS AGAIN.

JUST TAKE YOUR TIME GO SLOW AND 100% OF WHAT YOU ARE DOING AND IT WILL ALL WORK GOOD FOR YOU